home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_27 / DoAction.as < prev   
Text File  |  2007-01-15  |  702b  |  27 lines

  1. _root.menuFade.gotoAndPlay(1);
  2. stop();
  3. __top10_send__ = new LoadVars();
  4. __top10_receive__ = new LoadVars();
  5. __top10_url_1__ = "http://www.armorbot.com/flashcomm";
  6. __top10_url_2__ = "/top10_b";
  7. __top10_send__.hid = 638;
  8. __top10_send__.kid = "QNJKTO";
  9. __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__,__top10_receive__,"POST");
  10. __top10_receive__.onLoad = function(success)
  11. {
  12.    if(success)
  13.    {
  14.       i = 1;
  15.       while(i < 11)
  16.       {
  17.          _root["_name" + i + "_"].text = __top10_receive__["name" + i];
  18.          _root["_score" + i + "_"].text = __top10_receive__["score" + i];
  19.          i++;
  20.       }
  21.    }
  22.    else
  23.    {
  24.       _root.__err__.gotoAndStop(2);
  25.    }
  26. };
  27.